
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     F i l t e r s   t e s t 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 L a b e l   l o o p 
 
 	 v 1   =   S l o t ( 1 ) 
 
         ' v 2   =   F i l t e r H P ( v 1 ,   1 ,   9 9 ) 
 
         ' v 2   =   F i l t e r L P ( v 1 ,   1 ,   9 9 ) 
 
 	 v 3   =   F i l t e r L P ( v 1 ,   1 ,   1 ) 
 
 	 S l o t   2   =   v 2 
 
 	 S l o t   3   =   v 3 
 
 G o t o   l o o p 
 
 
 
 
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     C U R R E N T   M E T E R   
 
 '     T h i s   e x a m p l e   d e m o n s t r a t e s   t h a t   y o u   c a n   u s e   t h e   v a r i a b l e   m A 
 
 '     f o r   t h e   i n p u t   o f   t h e   f i l t e r   a n d   f o r   t h e   o u t p u t   t o o 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 L a b e l   C u r r e n t M e t e r 
 
 	 V a r i a b l e   N u m e r i c   m A 
 
 	 m A   =   S l o t ( 1 0 8 )   +   S l o t ( 2 0 8 )   +   S l o t   ( 3 0 8 ) 
 
 	 m A   =   m A   *   6 . 5 
 
 	 m A   =   F i l t e r L P ( m A ,   0 . 5 ,   1 ) 
 
 	 ' B u t t o n   C u r r e n t M e t e r   T e x t   S t r ( m A ,   " 0   m A " ) 
 
 	 S l o t   9 9 9   =   m A 
 
 R e t u r n 
 
 
 
 
 
 ' W A T C H   S e w T o _ S p e e d 
 
 ' E X E C   B u t t o n   5   T e x t   B u t t o n 5 
 
 